/*
Theme Name: Daris - Karo chap
Theme URI: http://chapkaro.com
Author: ایمان خاکساری
Author URI: https://Daris.net/
Description: طراحی شده توسط شرکت داریس
Author Email: imankhaksari@gmail.com
Version: 1.0
*/

@font-face {
	font-family: 'iransans';
	font-display: auto;
	src: url('fonts/IRANSansWeb.ttf') format('truetype'), url('fonts/IRANSansWeb.woff') format('woff');
	}
@font-face {
	font-family: 'iransans-light';
		font-display: auto;
	src: url('fonts/IRANSansWeb-Light.ttf') format('truetype'), url('fonts/IRANSansWeb-Light.woff') format('woff');
	}
	@font-face {
	font-family: 'fontawesome';
			font-display: auto;
	src: url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.woff') format('woff');
	}
	
	@font-face {
	font-family: 'dinar';
			font-display: auto;
	src: url('fonts/Far_Dinar_Two_Medium.ttf') format('truetype'), url('fonts/Far_Dinar_Two_Medium.woff') format('woff');
	}
		@font-face {
	font-family: 'mj';
				font-display: auto;
	src: url('fonts/Mj_TwoMedium.ttf') format('truetype'), url('fonts/Mj_TwoMedium.woff') format('woff');
	}
	
* {
	box-sizing:border-box;
	margin: 0;
	padding: 0;
	border: 0px;
}


html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
		font-family:'iransans';	

}
.clear {
	clear:both;	
}
body {
	direction:rtl;
	background:#ffffff;
	font-family:'iransans';	
}


#slider {
clear: both;
position: relative;
margin-bottom: 10px;
	
}
.vector svg {
    margin-bottom:15px;
}
.space {
	
	height: 100px;
}
.smallspace {
	
	height: 50px;
}
.vector-titr {
	color: #9a9a9a;
	height: 50px;
	text-align: center;
	padding-bottom: 50px;
}

.vector-title {
	
position: absolute;
	top: 120px;
	text-align: center;
	color: #9A9A9A
}

.vector {
	
display: contents;	
}
@media (max-width: 992px) {
.vector {
	
	display: flex;
	
}
}
@media (max-width: 768px) {
    .mainslider img {
object-fit:contain !important;

}
.vector {
	
    display: grid;	
}
}
@media (min-width: 1024px) {
.vector {
	
	display: flex;
	
}
}


.btn {
  flex: 1 1 auto;
  margin: 10px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out !important;
  background-size: 200% auto;
  color: white;
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
  box-shadow: 0 0 20px #eee;
  border-radius: 30px;

 }

/* Demo Stuff End -> */

/* <- Magic Stuff Start */

.btn:hover {
  background-position: right center; /* change the direction of the change here */
 transition-delay: 0.1s;
}

.btn-1 {
  background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}

.btn-2 {
  background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
}

.btn-3 {
  background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
}

.btn-4 {
  background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
}

.btn-5 {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 51%, #ffecd2 100%);
}

.btn-6 {
background-image: linear-gradient(to right, #ffe0e5 0%, #f4bcbf 51%, #ffe0e5 100%);
}










/* Card Karo Hover */

.products {
direction: ltr;
	
	
}


.card_luxe {
  width: 246px;
  height: 551px;
  background: url("images/luxevizit.jpg");
  position: relative;
  overflow: hidden;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
	border: 0px !important;
}
.card_luxe:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
background-color: rgba(5, 16, 28, 0.85);

}
.card_luxe .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.card_luxe .img span {
  width: 25%;
  height: 100%;
  background: url("images/luxevizit.jpg");
  transition: 0.5s;
}
.card_luxe .img span:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}
.card_luxe .img span:nth-child(2) {
  background-position: 33.33333%;
  transition-delay: 0.1s;
}
.card_luxe .img span:nth-child(3) {
  background-position: 66.66666%;
  transition-delay: 0.2s;
}
.card_luxe .img span:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.card_luxe:hover .img > span {
  transform: translateY(-100%);
}
.card_luxe:hover .content {
  transform: translateY(0%);
  transition: 1s;
  transition-delay: 0.1s;
}

/* */
.card1 {
  width: 354px;
  height: 551px;
  background: url("images/officialset.jpg");
  position: relative;
  overflow: hidden;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
	border: 0px !important;
}
.card1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
background-color: rgba(5, 16, 28, 0.85);

}
.card1 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.card1 .img span {
  width: 25%;
  height: 100%;
  background: url("images/officialset.jpg");
  transition: 0.5s;
}
.card1 .img span:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}
.card1 .img span:nth-child(2) {
  background-position: 33.33333%;
  transition-delay: 0.1s;
}
.card1 .img span:nth-child(3) {
  background-position: 66.66666%;
  transition-delay: 0.2s;
}
.card1 .img span:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.card1:hover .img > span {
  transform: translateY(-100%);
}
.card1:hover .content {
  transform: translateY(0%);
  transition: 1s;
  transition-delay: 0.1s;
}
/* */

.cardbags {
  width: 649px;
  height: 274px;
  background: url("images/bags.jpg");
  position: relative;
  overflow: hidden;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
	border: 0px !important;
}
.cardbags:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
background-color: rgba(5, 16, 28, 0.85);

}
.cardbags .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.cardbags .img span {
  width: 25%;
  height: 100%;
  background: url("images/bags.jpg");
  transition: 0.5s;
}
.cardbags .img span:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}
.cardbags .img span:nth-child(2) {
  background-position: 33.33333%;
  transition-delay: 0.1s;
}
.cardbags .img span:nth-child(3) {
  background-position: 66.66666%;
  transition-delay: 0.2s;
}
.cardbags .img span:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.cardbags:hover .img > span {
  transform: translateY(-100%);
}
.cardbags:hover .content {
  transform: translateY(0%);
  transition: 1s;
  transition-delay: 0.1s;
}
/* */
.hardbox {
  width: 321px;
  height: 260px;
  background: url("images/hardbox.jpg");
  position: relative;
  overflow: hidden;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
	border: 0px !important;
}
.hardbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
background-color: rgba(5, 16, 28, 0.85);

}
.hardbox .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.hardbox .img span {
  width: 25%;
  height: 100%;
  background: url("images/hardbox.jpg");
  transition: 0.5s;
}
.hardbox .img span:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}
.hardbox .img span:nth-child(2) {
  background-position: 33.33333%;
  transition-delay: 0.1s;
}
.hardbox .img span:nth-child(3) {
  background-position: 66.66666%;
  transition-delay: 0.2s;
}
.hardbox .img span:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.hardbox:hover .img > span {
  transform: translateY(-100%);
}
.hardbox:hover .content {
  transform: translateY(0%);
  transition: 1s;
  transition-delay: 0.1s;
}
/* */
.simplevizit {
  width: 321px;
  height: 260px;
  background: url("images/simplevizit.jpg");
  position: relative;
  overflow: hidden;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
	border: 0px !important;
}
.simplevizit:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
background-color: rgba(5, 16, 28, 0.85);

}
.simplevizit .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.simplevizit .img span {
  width: 25%;
  height: 100%;
  background: url("images/simplevizit.jpg");
  transition: 0.5s;
}
.simplevizit .img span:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}
.simplevizit .img span:nth-child(2) {
  background-position: 33.33333%;
  transition-delay: 0.1s;
}
.simplevizit .img span:nth-child(3) {
  background-position: 66.66666%;
  transition-delay: 0.2s;
}
.simplevizit .img span:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.simplevizit:hover .img > span {
  transform: translateY(-100%);
}
.simplevizit:hover .content {
  transform: translateY(0%);
  transition: 1s;
  transition-delay: 0.1s;
}
/* */
.catalogue {
  width: 649px;
  height: 329px;
  background: url("images/catalogue.jpg");
  position: relative;
  overflow: hidden;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
	border: 0px !important;
}
.catalogue:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
background-color: rgba(5, 16, 28, 0.85);

}
.catalogue .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.catalogue .img span {
  width: 25%;
  height: 100%;
  background: url("images/catalogue.jpg");
  transition: 0.5s;
}
.catalogue .img span:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}
.catalogue .img span:nth-child(2) {
  background-position: 33.33333%;
  transition-delay: 0.1s;
}
.catalogue .img span:nth-child(3) {
  background-position: 66.66666%;
  transition-delay: 0.2s;
}
.catalogue .img span:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.catalogue:hover .img > span {
  transform: translateY(-100%);
}
.catalogue:hover .content {
  transform: translateY(0%);
  transition: 1s;
  transition-delay: 0.1s;
}
/* */
.brochure {
  width: 649px;
  height: 329px;
  background: url("images/brochure.jpg");
  position: relative;
  overflow: hidden;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
	border: 0px !important;
}
.brochure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
background-color: rgba(5, 16, 28, 0.85);

}
.brochure .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.brochure .img span {
  width: 25%;
  height: 100%;
  background: url("images/brochure.jpg");
  transition: 0.5s;
}
.brochure .img span:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}
.brochure .img span:nth-child(2) {
  background-position: 33.33333%;
  transition-delay: 0.1s;
}
.brochure .img span:nth-child(3) {
  background-position: 66.66666%;
  transition-delay: 0.2s;
}
.brochure .img span:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.brochure:hover .img > span {
  transform: translateY(-100%);
}
.brochure:hover .content {
  transform: translateY(0%);
  transition: 1s;
  transition-delay: 0.1s;
}
/* */
.creative {
  width: 649px;
  height: 329px;
  background: url("images/creative.jpg");
  position: relative;
  overflow: hidden;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
	border: 0px !important;
}
.creative:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
background-color: rgba(5, 16, 28, 0.85);

}
.creative .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.creative .img span {
  width: 25%;
  height: 100%;
  background: url("images/creative.jpg");
  transition: 0.5s;
}
.creative .img span:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}
.creative .img span:nth-child(2) {
  background-position: 33.33333%;
  transition-delay: 0.1s;
}
.creative .img span:nth-child(3) {
  background-position: 66.66666%;
  transition-delay: 0.2s;
}
.creative .img span:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.creative:hover .img > span {
  transform: translateY(-100%);
}
.creative:hover .content {
  transform: translateY(0%);
  transition: 1s;
  transition-delay: 0.1s;
}
/* */
.photography {
  width: 649px;
  height: 329px;
  background: url("images/photography.jpg");
  position: relative;
  overflow: hidden;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
	border: 0px !important;
}
.photography:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
background-color: rgba(5, 16, 28, 0.85);

}
.photography .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.photography .img span {
  width: 25%;
  height: 100%;
  background: url("images/photography.jpg");
  transition: 0.5s;
}
.photography .img span:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}
.photography .img span:nth-child(2) {
  background-position: 33.33333%;
  transition-delay: 0.1s;
}
.photography .img span:nth-child(3) {
  background-position: 66.66666%;
  transition-delay: 0.2s;
}
.photography .img span:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.photography:hover .img > span {
  transform: translateY(-100%);
}
.photography:hover .content {
  transform: translateY(0%);
  transition: 1s;
  transition-delay: 0.1s;
}
/* */

#photography {
    background-repeat: no-repeat;
  background: url("images/slider2.jpg");
background-size: cover;
height:600px;
background-attachment:fixed;
}
#photography::before {
    content:'';
    background-repeat: repeat-x repeat-y;
  background: url("images/pattern-4.png");
width: 100%;
    position: absolute;
    height: 600px; 
}
#photography img {
position: relative;
bottom: -120px;
right: 35%;
}
#photography p {
position: relative;
right: 12%;
color: #fff;
top: 170px;
width: 87%;
  text-align: justify;
  line-height: 1.8;
}
.photography-bg-content {
position: relative;
top: -506px;
color: #fff;
right: 795px;
width: 40% !important;
}
.photography-bg-content span{
  color: #32383f;
  padding: 20px;
  position: relative;
  top: 40px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px #5b5b5b;
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%, #ffecd2 100%);
}

.content {
  box-sizing: border-box;
  display: flex;
/*  justify-content: center;*/
  align-items: center;
  flex-direction: column;
  color: white;
  padding: 20px 20px;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
	direction: rtl;
	font-family: 'iransans-light';
text-align: justify;
		font-size: 12px;

}
.card .content h2{
		font-size: 20px;
	}


.card .content p{
	direction: rtl;
	text-align: justify;
	
	}

/* Card Karo Hover */

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.card-img, .card-img-bottom, .card-img-top {
    
    height: auto;
}

.card-text {
    
    font-size: 14px;
font-weight: normal;
text-align: justify;
color: #7D7E7E;
line-height: 1.8em;
}

#article .swiper-slide {
  width:40% !important;  
    
}

@media only screen and (min-width: 1360px) and (max-width: 1600px){

    
  .photography,  .photography,  .brochure,  .creative,  .catalogue, .simplevizit,.hardbox ,.cardbags ,.card1 ,.card_luxe {
    width: 100% !important;  

}  
  
  
  
  
    
}


@media (max-width:700px) { 
   
   .tell {
       display:none !important;
   }
   #topbar .cta a {
  width: 100%;
  font-size: 12px;
}
    #topbar img {
        width: 100%!important;
    }
      #topbar .login {
               display:none !important;
      }
 #article .swiper-slide {
  width:100% !important;  
 
   
}   
 
 #photography img {
position: relative;
bottom: -146px;
width: 192px !important;
right: 25% !important;
}
	
.photography,  .photography,  .brochure,  .creative,  .catalogue, .simplevizit,.hardbox ,.cardbags ,.card1 ,.card_luxe {
    width: 100% !important;  

}
 
#photography p {
right: 0 !important;
}
     

    
   .cardbags .img span, .card1 .img span, .hardbox .img span , .catalogue .img span ,.simplevizit .img span ,.creative .img span ,.brochure .img span,.photography .img span,.card_luxe .img span   {
       
                                background: none !important;  

   } 



    
}
button, input, optgroup, select, textarea {
    
      border: 1px solid #ccc;
padding: 10px;
}
.head-boxc1 {
    text-align: center;
margin-bottom: 40px;
}
.head-boxc1 h4{
background: #ffffff94;
width: fit-content;
text-align: center;
padding: 20px;
border-radius: 20px;
}
.post {
    
    padding-top: 300px;
}
.content-single {
    
    background: #ffffffc9;
padding: 50px;
text-align: justify;
border-radius: 20px;
}
.content-single h4 , .box-comment h3 {
    
    font-size: 16px;
line-height: 2;
}

.content-single p {
   color: #757575; 
line-height: 2;
}
.content-single h2 {
    
margin-bottom: 20px;
font-size: 22px;
font-weight: normal !important;
}
.pic-single{
    width: 100%;
height: 100%;
position: absolute;
z-index: -1;
}

.pic-single img{
    width:100%;
    height: 100%;
}
.pic-single::before{
 content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #eaee44, #33d0ff);
    opacity: .7;
}
tbody, td, tfoot, th, thead, tr {
  border-color: #ebebeb !important;
  border-style: solid !important;
  border-width: 1px !important;
  line-height: 2.5 !important;
}
tbody a {
    
background: #8ED1FC !important;
box-shadow: 0 0px 10px rgba(234, 234, 234, 0.61);
color: #fff;
padding: 4px 8px 4px 8px;
transition: 0.3s;
font-size: 12px;
}
tbody a:hover {
    
background: #fff !important;
box-shadow: 0 0px 0px rgba(234, 234, 234, 0.61);
color: #8ED1FC;

}
tbody a::before {
 font-family: "fontawesome";
  content: "\f291";    
margin-left:10px;
}
.inner-page table {
width:100%!important;
}
.inner-page th {
  background: beige !important;
  font-weight: normal;
  text-align: center;
}
.inner-page .even-row {
    background-color: #f0f0f0;
}
.pic-page img {
    width:100%;
    height:100%;
    border-radius: 10px 10px 0px 0px;
}
h2.rs-layer {
	 font-family: "iransans"!important;

}
h3.rs-layer {
  font-family: "iransans" !important;
  background: #f9a29f;
  padding: 20px !important;
  border-radius: 10px;
}
#main {
	background: #eee;
}
.inner-page .container{
	background: #fff;
padding: 30px;
border-radius: 20px;
box-shadow: 3px 3px 10px #e1e1e1;
}
.products-service {
		background: #eee;

}
.box-service {
text-align: center;
background: #fff;
box-shadow: 3px 3px 20px #e1e1e1;
border-radius: 10px;
padding: 20px;	
}
.box-service h2{
font-size: 16px;
margin-top: 20px;	
}
.box-service h3{
font-size: 12px;
	color: #979797;
}
rs-module {
	border-radius: 14px;
box-shadow: 3px 3px 20px #d2d2d2;
}
.vector a.btn {
	cursor: revert;
}
.mainslider  {
/* height:400px; */
}
.mainslider img {
object-fit:cover;
    width:100%;
    height: 388px;
    border-radius: 20px;
}
.left_slider img {
width: 100%;
  height: 185px;
  margin-bottom: 19px;
  border-radius: 20px;
  object-fit: cover;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  flex:none;
  height: 200px;
  object-fit: cover;
}
.wp-block-column {
text-align: center;
}
.inner-page h3{
   font-size: 14px;
margin-bottom: 25px;
margin-top: 32px;
 
}
.inner-page h2{
font-size: 18px;
font-weight: normal !important;
margin-bottom: 40px;
margin-top: 40px;
 
}

.inner-page h2::before, .inner-page h1::before {
 font-family: "fontawesome";
  content: "\f146";    
margin-left:10px;
color:#a3db20;

}
.inner-page h1{
font-size: 18px;
font-weight: normal !important;
margin-bottom: 40px;
margin-top: 40px;
 
}
.inner-page ol{
padding:3rem;
 
}
.wp-block-button__link {
    background: #fff!important;;
color: #32373c !important;
font-size: 14px!important;;
border: 1px solid #ebebeb!important;;
border-radius: 5px!important;
box-shadow: 3px 3px 10px #f9f9f9;
transition: all ease 0.4s;

}
.wp-block-button__link:hover {
    background: #a3db20!important;;
color: #fff !important;
transition: all ease 0.4s;

}
.wp-block-button a::before {
 font-family: "fontawesome";
  content: "\f291";    
margin-left:10px;

}

.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0 auto !important;
}
.wp-block-column img {
}

.wp-block-pullquote {
    background: #fffff3;
padding: 10%;
text-align: justify;
}

/* ******************slider************** */

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prevslide, .nextslide {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.nextslide {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prevslide {
      left: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
 .nextslide:hover {
background-color: rgba(255, 255, 255, 0.85);
border-radius: 40px 0 0px 40px;
color: #000;
box-shadow: 3px 3px 30px #0000002b;
}
.prevslide:hover {
background-color: rgba(255, 255, 255, 0.85);
border-radius: 0px 40px 40px 0px;
color: #000;
box-shadow: 3px 3px 30px #0000002b;
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot-slider {
position: absolute;
top: 92%;
left: 48%;
}
.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fadeslide {
  animation-name: fadeslide;
  animation-duration: 1.5s;
}

@keyframes fadeslide {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prevslide, .nextslide,.text {font-size: 11px}
}
thead {
	background:beige  !important;
}
.wp-block-table tbody tr:nth-child(even) {
	background: #f2f2f2
}
.wp-block-table tbody tr:nth-child(odd) {
	background: #fff
}
.wp-block-table tbody tr:hover {
	background: #ebebeb
}
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
bottom: 17px;
color: #000;
font-size: 13px;
right: 0;
padding: 5px;
position: absolute;
box-sizing: border-box;
backdrop-filter: blur(10px);
background: #fff6;
}
.wp-block-gallery  {
	transition:all ease-in-out 0.4s;

}
.wp-block-image {
overflow:hidden;
transition:all ease-in-out 0.4s;
}
.wp-block-image img{
transition:all ease-in-out 0.2s;
}
.wp-block-image:hover img {
	transition:all ease-in-out 0.6s;
	transform:scale(1.2);
}
.phone-fix {
position: fixed;
right: 60px;
bottom: 25px;
background: #ef6d79;
padding: 20px 20px 10px 20px;
font-size: 24px;
color: #fff;
border-radius: 50px;
z-index: 5;
outline: 1px solid;
}
.phone-fix a {
color: #fff;

}
#rank-math-toc {
    background-color: aliceblue;
  border: 1px solid #ebebeb;
  padding: 20px;
  margin-bottom: 20px;
}
    
#rank-math-toc a{
color:#000;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 1s;
}

.active, .accordion:hover {
  background-color: #fff; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
